Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.UpdateFile (Nuxeo Drive: Update file)

Operation id NuxeoDrive.UpdateFile
Category Services
Label Nuxeo Drive: Update file
Requires
Since

Parameters

Name Description Type Required Default value
id string yes  
parentId string no  

Signature

Inputs blob
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveUpdateFile
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.UpdateFile",
  "label" : "Nuxeo Drive: Update file",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.UpdateFile",
  "signature" : [ "blob", "blob" ],
  "params" : [ {
    "name" : "id",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "parentId",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}